home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / text / show / Next3.5.readme < prev   
Text File  |  2002-10-26  |  4KB  |  85 lines

  1. Short:    Viewer for text/guides/html/datatypes
  2. Author:   Jürgen Klawitter
  3. Uploader: Jürgen Klawitter <klawitter.juergen@berlin.de>
  4. Type:     text/show
  5. Replaces: text/show/Next3.4.lha
  6.  
  7.  
  8.   NEXT is a fast and compact text viewer, written in assembly.
  9.   It displays all kinds of files including binaries, crunched and
  10.   archived files. OS 2+ required.
  11.  
  12.  
  13.   Main Features
  14.   -------------
  15.   - Hypertext viewer for HTML (offline) and AmigaGuide documents.
  16.     Doesn't need amigaguide.library but uses it if wanted
  17.   - Conversion of various text formats:
  18.     IBM/MSDos text, MacIntosh text, MacBin, FTXT, RTF, MSHelp files, Unix
  19.     manual pages, MSWord, MacWord, MSWrite, WordPerfect, FinalWriter and
  20.     WordWorth
  21.   - displays powerpacked data files (internal routine) and XPK files
  22.   - expands LZ77 compressed (SZDD) files
  23.   - unpacks and displays archived files by external dearchivers
  24.     (LhA,LZX,ZIP,GZIP,RAR,COMPRESS,TAR) or by XAD (xadmaster.library and
  25.     clients)
  26.   - internal detar routine
  27.   - GUI for dearchivers/XAD
  28.   - build-in commands: Copy, Delete, InitPrinter, Filenote
  29.   - displays pictures and sounds by datatypes
  30.   - has own print routine for pictures
  31.   - file history
  32.   - easy loading of your favorite files which can be predefined
  33.   - font sensitive, font selection by font requester
  34.   - saves/prints whole file or a definable block
  35.   - printings can be done with headings and page numbers if wanted (position
  36.     and style of title text can be selected)
  37.   - fast and effective search: all matches are displayed at once on screen
  38.   - pattern search
  39.   - search by mouse click
  40.   - special search routine for strings within binaries
  41.   - counts words, strings or chars within a file or block
  42.   - various modes to load a file
  43.   - scans directories using wildcards
  44.   - Aminet support
  45.   - bookmarks
  46.   - appwindow
  47.   - clipboard copy
  48.   - size of displayed files unlimited
  49.   - pipe support
  50.   - reentrant code (can be made resident)
  51.   ... and more
  52.  
  53.   ---------------------------------------------------------------------
  54.  
  55.   Changes in V3.5
  56.   ===============
  57.   meaning: + new, ^ improved, * changed, - removed
  58.  
  59.   ^ Scrolling by wheelmouse works a bit different. The number of lines by
  60.     which text is scrolled depends now on window height (see WHEELSTEP). If
  61.     you have no wheelmouse you can simulate wheel movements by Alt-Down and
  62.     Alt-Up.
  63.   + Option WHEELSTEP/K/N: determines the fraction of lines in the window
  64.     by which text is scrolled. Example: 30 lines are visible, WHEELSTEP=5.
  65.     Result: Text is scrolled by 30/5 = 6 lines per wheel movement. Default
  66.     is WHEELSTEP=6.
  67.   + Conversion of AmigaWriter documents.
  68.     File type: AW
  69.   ^ Maximal window width increased to 132 rows or 800 pixels. Window can
  70.     be sized up to that limit.
  71.   ^ Actions by F1/F2/F3 keys somewhat improved. Try yourself.
  72.   ^ MSWord conversion: automatic numbering of footnotes didn't work with
  73.     more than 130 notes. Now number of footnotes is almost unlimited (Word8+).
  74.   ^ Execute: If CMD="<cmd> %s" %s will be enclosed by quotation marks
  75.     before opening the Execute requester. Usefull if name of current file
  76.     contains spaces. CMD="<cmd> "%s"" doesn't work.
  77.   ^ New file type XML. XML files are converted better, especially PAD files
  78.     (Portable Application Description).
  79.   - Wrong version number in titles of font- and filerequesters
  80.   - BUG: Introduction of the SCREEN option in Next3.2 disabled search with
  81.     wildcards.
  82.   * Copy is now performed by Shift-C, copy to clipboard (Clip block) by
  83.     Amiga-C. For the count functions "K" must be used instead of "C"
  84.     (K, Shift-K, Amiga-K)
  85.